From 41ddce152a32371f7a0c75a8bd0e3110a5f8fa56 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 19 Feb 2021 23:33:51 -0500 Subject: [PATCH] building: Minor tweaks Remove unsupported anchors from headings. --- docs/reference/gtk/building.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/gtk/building.md b/docs/reference/gtk/building.md index 5e5a1d14bd..31073d1d04 100644 --- a/docs/reference/gtk/building.md +++ b/docs/reference/gtk/building.md @@ -76,7 +76,7 @@ PATH="/opt/gtk/bin:$PATH" export LD_LIBRARY_PATH PATH ``` -## Build types {#build-types} +## Build types Meson has different build types, exposed by the `buildtype` configuration option. GTK enables and disables functionality @@ -112,7 +112,7 @@ linker flags. Note that with the plain build type, you are also responsible for controlling the debugging features of GTK with `-DG_ENABLE_DEBUG` and `-DG_DISABLE_CAST_CHECKS`. -## Dependencies {#dependencies} +## Dependencies Before you can compile the GTK widget toolkit, you need to have various other tools and libraries installed on your @@ -180,7 +180,7 @@ Other libraries are maintained separately. `XDG_DATA_DIRS` set accordingly at configure time. Otherwise, gdk-pixbuf falls back to its built-in mime type detection. -## Building and testing GTK {#building} +## Building and testing GTK First make sure that you have the necessary external dependencies installed: `pkg-config`, Meson, Ninja, @@ -208,7 +208,7 @@ log that can help you understand the issue you're encountering. If all else fails, you can ask for help on the [GTK forums](#gtk-resources). -## Extra Configuration Options {#extra-configuration-options} +## Extra Configuration Options In addition to the normal options provided by Meson, GTK defines various arguments that modify what should be built. All of these options are passed -- 2.30.2